Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum





Lotus Domino & DB2
~Lorraine Bubweplopynds 01/24/2004 05:36 PM
Applications Development 6.5 Windows 2000


I have around 55 millions DB2 record on windows server. I need to develop a web application to add, update, delete and retrieve data from those DB2 records via lotus domino server on windows platform from the web, using LotusScript LCConnection classes from domino agents. In other words, Lotus Domino Server will be the WEB & Application server and will be the front end for the whole system. Retrieving data from DB2 which resides on the same windows server.:
The proposed system composed of the following:
1- All data are in DB2 55 Millions records.
2-I have 2 Notes Databases:
The first one contains the design elements ex:(forms, pages, LotusScript, Agents, LCConnection Classes, ...etc).
The Second one contains 400,000.00 Notes Documents. the annual size increase is 5%
3- Number of users are 800 and number of concurrent users are 200

Kindly I have the following requirements:
1. Is this doable?
2. Does lotusScript LCConnection classes support Multithreading AND/OR concurrent users? In other Words, more than 200 concurrent users will access the system for add, delete, update and fields validations (ex; ID number exist or not). And of course there will be many connections for the DB2 at the same time.

Go back